home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 572 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.2 KB

  1. Date: Fri, 22 Oct 93 18:07:29 MDT
  2. From: shenson@nyx.cs.du.edu (Stephen Henson)
  3. Message-Id: <9310230007.AA20436@nyx.cs.du.edu>
  4. X-Disclaimer: Nyx is a public access Unix system run by the University
  5.     of Denver.  The University has neither control over nor
  6.     responsibility for the opinions or correct identity of users.
  7. To: itschere@techfak.uni-bielefeld.de, nox@jelal.north.de
  8. Subject: Re:  i/o speed (was: pipes & ptys)
  9.  
  10. Well unless things have changed a lot since I last looked at the bios ...
  11. the MFP does use the transmitter buffer empty interrupt to read from a
  12. circular buffer. The midi port however uses polling for transmit, but buffers
  13. receive (which is academic with the brain dead code which loses characters).
  14.     MiNT as has been pointed out use the internal Bconxx garbage which is
  15. single character stuff. You can't really read from the buffers directly unless
  16. you either :
  17. (a) have no flow control at all.
  18. (b) rewrite all the interrupts and buffer code.
  19. (a) could be used for fast I/O as a special case and is easy to do. However
  20. for long term (b) is the only option.
  21. Steve.
  22. PS has anyone any idea if/how to do fast I/O on the ST from PC<->ST ? I really
  23. could do with something which is much quicker than MIDI/RS232.
  24.